home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 November / Cd users extra 14.iso / prog / inst / bmptoico / form1.frm (.txt) next >
Encoding:
Visual Basic Form  |  1998-07-21  |  1.3 KB  |  40 lines

  1. VERSION 5.00
  2. Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0"; "comctl32.ocx"
  3. Begin VB.Form Form1 
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   3525
  6.    ClientLeft      =   1860
  7.    ClientTop       =   1530
  8.    ClientWidth     =   3660
  9.    LinkTopic       =   "Form1"
  10.    MousePointer    =   99  'Custom
  11.    ScaleHeight     =   3525
  12.    ScaleWidth      =   3660
  13.    Begin ComctlLib.ImageList ImageList1 
  14.       Left            =   1320
  15.       Top             =   1200
  16.       _ExtentX        =   1005
  17.       _ExtentY        =   1005
  18.       BackColor       =   -2147483643
  19.       ImageWidth      =   16
  20.       ImageHeight     =   16
  21.       MaskColor       =   12632256
  22.       _Version        =   327682
  23.       BeginProperty Images {0713E8C2-850A-101B-AFC0-4210102A8DA7} 
  24.          NumListImages   =   1
  25.          BeginProperty ListImage1 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  26.             Picture         =   "Form1.frx":0000
  27.             Key             =   ""
  28.          EndProperty
  29.       EndProperty
  30.    End
  31. Attribute VB_Name = "Form1"
  32. Attribute VB_GlobalNameSpace = False
  33. Attribute VB_Creatable = False
  34. Attribute VB_PredeclaredId = True
  35. Attribute VB_Exposed = False
  36. Option Explicit
  37. Private Sub Form_Load()
  38.     Set Icon = ImageList1.ListImages(1).ExtractIcon
  39. End Sub
  40.